home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direct 1996 February
/
PC Direct CD-ROM (February 1996).iso
/
software
/
claris
/
impact
/
disk12
/
impact.rs_
/
impact.rs
/
TEXT_203.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-28
|
343 b
|
12 lines
REPT (Repeat)
Repeats text the specified number of times.
Format: REPT (text, #-of-times)
Arguments:
ΓÇó text: A text expression.
ΓÇó #-of-times: A numeric expression equal to or greater than 0.
Example:
REPT ("*", 5) returns *****.
Shows that the character * is repeated five times, as indicated by the number in the #-of-times argument.